home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk168 / asmmacros / am_02 / enable.i < prev    next >
Text File  |  1995-03-19  |  487b  |  23 lines

  1.      NOLIST
  2. Enable    MACRO                ; 9 Feb 89
  3. *------------------------------; Start of Enable macro.
  4.      NOLIST
  5.      IFEQ ReEntrant-1
  6.      LIST
  7.         MOVE.L exec.library.ptr(A5),A6
  8.      NOLIST
  9.      ENDC
  10.      IFNE ReEntrant-1
  11.      LIST
  12.         MOVE.L exec.library.ptr,A6
  13.      NOLIST
  14.      ENDC
  15.      LIST
  16.      SUBQ.B #1,$126(A6)        ; Decrement IDNestCnt.
  17.      BGE.S 5$
  18.      MOVE.W #$C000,_intena
  19. 5$:
  20. *------------------------------; End of Enable macro.
  21.      ENDM
  22.      LIST
  23.